home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Games / NetHack 3.1.3 / source / sys / share / NOTE < prev    next >
Encoding:
Text File  |  1993-08-01  |  803 b   |  14 lines  |  [TEXT/R*ch]

  1. The files lev_yacc.c, lev_lex.c, lev_comp.h, dgn_yacc.c, dgn_lex.c
  2. and dgn_comp.h in this directory were generated on a Sun, using byacc
  3. (4.4BSD yacc) and flex, and were placed here for the convenience of
  4. those who do not have native lex/yacc on their system.
  5.  
  6. These files, while widely tested, are NOT guaranteed to work on all
  7. systems.  In particular, the flex output files (lev_lex.c and dgn_lex.c)
  8. are known NOT to work on the Macintosh, when using MPW (they do work
  9. with Think C).  If you use MPW, and you do NOT have native lex to generate
  10. your own files, do one of the following:  Either (a) get/generate these
  11. files from/on a UNIX system, using standard lex (not flex), or (b) seek
  12. the files from another Macintosh/MPW owner, who has lex on his system.
  13. Sorry, but that's the best we can do now.
  14.